Class com.symantec.itools.vcafe.openapi.pluginapi.PluginOptionTab
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.openapi.pluginapi.PluginOptionTab

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Frame
                                   |
                                   +----EmbeddedFrame
                                           |
                                           +----WEmbeddedFrame
                                                   |
                                                   +----BasePluginWindow
                                                           |
                                                           +----BasePluginOptionTab
                                                                   |
                                                                   +----com.symantec.itools.vcafe.openapi.pluginapi.PluginOptionTab

public class PluginOptionTab
extends BasePluginOptionTab
PluginOptionTab represents a tab (window). A tab can be added to the Visual Cafe Environment Options and Project Options dialog box.

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0

Constructor Index

 o com.symantec.itools.vcafe.openapi.pluginapi.PluginOptionTab(String)
Construct an option tab with the given title

Method Index

 o getHelpId()
Get the help id used by this tab.
 o setHelpId(int)
Set the help id for this tab.
 o setModified(boolean)
Set the dirty flag.

Constructors

 o PluginOptionTab
public PluginOptionTab(String title)
Construct an option tab with the given title

Parameters:
title - The title of the tab

Methods

 o getHelpId
public int getHelpId()
Get the help id used by this tab.

Returns:
the help id being used by this view
 o setHelpId
public void setHelpId(int id)
Set the help id for this tab. Pressing F1 on an active plug in window will invoke online help displaying the link specified by the given id.

Parameters:
id - the help id to use for this view
Overrides:
setHelpId in class BasePluginWindow
 o setModified
public void setModified(boolean flag)
Set the dirty flag. This will enable the 'Apply' button in the dialog box.

Parameters:
dirty - flag on/off
Overrides:
setModified in class BasePluginOptionTab

All Packages  Class Hierarchy  This Package  Previous  Next  Index